Method<n>

String (class‑name::method‑name, class‑name::virtual‑property‑name, or class‑name::mapping‑method‑name)

Not specified

Purpose

When the value of the NullColumnOnException parameter in the [JadeRps] section is selected, only method, virtual property, or mapping method names specified in the Method<n> parameters allow unhandled exceptions to occur without the Datapump application terminating. The column of the RDBMS corresponding to the method receives a null value, in this case.

The <n> variable in the parameter name indicates a unique number (1, 2, 3, and so on) in ascending order; for example:

Method1 = MyRpsClass::firstMethod
Method2 = MyRpsClass::aVirtualProperty
Method3 = AnotherRpsClass::secondMethod
Method4 = Client::deleteClient

Parameter is read when …

The Datapump application is started.

Applicable to database role or subrole…

RPS node only.